From 03050f6b361ef3d112551966de92af2442ba281f Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Thu, 17 Jun 2004 13:18:35 +0000 Subject: [PATCH] bitkeeper revision 1.976 (40d19a2bvKXJOzsb3SG_AfuBKL1KxA) trivial Makefile fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb19914601..aed192802c 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ linux-$(LINUX_VER)-xen: pristine-linux-src # config linux-xen from a specified defaults file linux_%_config: $(MAKE) -C linux-$(LINUX_VER)-xen ARCH=xen mrproper - cp $(LINUX_CONFIG_DIR)/config-$(LINUX_VER)-$(subst _config,,$(subst linux_,,$(@))) .config || $(MAKE) -C linux-$(LINUX_VER)-xen ARCH=xen $(subst linux_,,$(@)) + cp $(LINUX_CONFIG_DIR)/config-$(LINUX_VER)-$(subst _config,,$(subst linux_,,$(@))) linux-$(LINUX_VER)-xen/.config || $(MAKE) -C linux-$(LINUX_VER)-xen ARCH=xen $(subst linux_,,$(@)) $(MAKE) -C linux-$(LINUX_VER)-xen ARCH=xen oldconfig $(MAKE) -C linux-$(LINUX_VER)-xen ARCH=xen dep -- 2.30.2